.header h5{
		font-size: 125px;
		font-family: "helvetica";
		color: green;
		text-align: center;
		margin: 0;
}

body {
    background:url(../images/sparkle2.gif) left top repeat;
	background-repeat: repeat;
}

.nav {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content:center;
	align-items:center;
	font-size: 30px;
}

.nav li {
	display: inline-block;
	text-align: center;
	margin: 10px;
}

.nav li {
	display: inline;
	text-align: center;
}

.aol {
	width: 400px;
	margin: auto;
}

.aol img{
	width:100%;
}

.main1 img{
	margin: 30px;
	float: left;
}

.main1 {
	width: 90%;
	font-size: 70px;
	display: block;
    margin: auto;
}

.main2 {
	font-size: 50px;
}

.hulk {
	position: relative;
	top: 65px;
	width: 500px;
	display: block;
	margin: auto;
	font-size: 70px;
	text-align: center;
	font-style: bold;
	font-family: impact;
	color: red;
}

.hulk img{
	width:400px;
}